home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / TSMTE.idl < prev    next >
Text File  |  1996-05-01  |  2KB  |  67 lines

  1. /*
  2.      File:        TSMTE.idl
  3.  
  4.      Contains:    Text Services Managerfor TextEdit Interfaces.
  5.  
  6.      Version:    Technology:    System 7.5
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __TSMTE_IDL__
  19. #define __TSMTE_IDL__
  20.  
  21. #include <somobj.idl>
  22. #include <somcls.idl>
  23.  
  24. #ifndef __TEXTEDIT_IDL__
  25. #include <TextEdit.idl>
  26. #endif
  27. #ifndef __DIALOGS_IDL__
  28. #include <Dialogs.idl>
  29. #endif
  30. #ifndef __APPLEEVENTS_IDL__
  31. #include <AppleEvents.idl>
  32. #endif
  33. #ifndef __TEXTSERVICES_IDL__
  34. #include <TextServices.idl>
  35. #endif
  36. /* #include <Gestalt.i>*/
  37.  
  38. #ifdef __SOMIDL__
  39.  
  40. #if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
  41. /* signature, interface types*/
  42. /* update flag for TSMTERec*/
  43. /* callback procedure definitions*/
  44. typedef OpaquePtr TSMTEPreUpdateProcPtr;
  45. typedef OpaquePtr TSMTEPreUpdateUPP;
  46. typedef OpaquePtr TSMTEPostUpdateProcPtr;
  47. typedef OpaquePtr TSMTEPostUpdateUPP;
  48. /* data types*/
  49. typedef SOMLargeStruct            TSMTERec;                    /* Derived from a struct of 20 bytes in size */
  50.  
  51. typedef OpaquePtr                TSMTERecPtr;                /* Substituted OpaquePtr for ``TSMTERec*'' */
  52.  
  53. typedef OpaquePtr                TSMTERecHandle;                /* Substituted OpaquePtr for ``TSMTERecPtr*'' */
  54.  
  55. #endif
  56. #if !FOR_OPAQUE_SYSTEM_DATA_STRUCTURES
  57. typedef SOMLargeStruct            TSMDialogRecord;            /* Derived from a struct of 190 bytes in size */
  58.  
  59. typedef OpaquePtr                TSMDialogPeek;                /* Substituted OpaquePtr for ``TSMDialogRecord*'' */
  60.  
  61. #endif
  62.  
  63. #endif /* __SOMIDL__ */
  64.  
  65. #endif /* __TSMTE_IDL__ */
  66.  
  67.